/* CSS Document */

/* HTML Tags */

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	outline:0px
}
p {
	margin-top:8px;
	margin-bottom:0px;
	text-align:justify;
}
img {
	border: 0;
}
a {
	color: #000000;
	text-decoration: none;
	outline:none
}
a:hover {
	color: #000;
	text-decoration: underline;
}
body {
	background: #a4d5ff url(../images/layoutSliced.png) top repeat-x;
	text-align: center;
	font: 10px arial, sans-serif;
	color: #333;
	margin-top:10px
}

/* header */

#main {
	width:970px;
	height:auto;
	margin:auto;
}
#head {
	width:970px;
	height:105px;
	background:#e3f7fc;
	position:relative;
	border-top:solid 2px #3c9b98;
	color:#5a0903;
	z-index:100
}
.headLeftCor, .headRightCor {
	width:5px;
	height:7px;
	background:url(../images/headLeftCor.png);
	position:relative;
	top:-2px;
	font-size:0px
}
.headRightCor {
	background:url(../images/headRightCor.png)
}
#head .logoArea {
	font:normal bold 18px/18px Arial, Helvetica, sans-serif;
	width:503px;
	padding:16px 0px 0px 10px;
	text-align:left;
	float:left;
}
#head .logoArea_CRS_ISCE {
	font:normal bold 18px/18px Arial, Helvetica, sans-serif;
	width:680px;
	padding:16px 0px 0px 10px;
	text-align:left;
	float:left;
}
#head .infoArea {
	font:normal normal 12px Arial, Helvetica, sans-serif;
	width:450px;
	padding-top:2px;
	text-align:right;
	float:right;
}
#searchPanel {
	width:287px;
	height:28px;
	position:absolute;
	right:0px;
	top:70px;
	border-top:solid 2px #3c9b98;
	font:normal bold 12px Arial, Helvetica, sans-serif;
	color:#3c9b98;
	
}
#searchPanel .input {
	width:164px;
	height:20px;
	border:solid 1px #666;
	font:normal normal 12px Verdana, Geneva, sans-serif;
	color:#3c9b98
}

/* Intro, Navigation */

#intro {
	width:970px;
	height:292px;
	position:relative;
	z-index:11;
	background:#fff
}
#intro1 {
	width:970px;
	height:42px;
	position:relative;
	z-index:11;
	background:#fff;
    top: 0px;
    left: 0px;
}

#intro2 {
	width:970px;
	height:42px;
	position:relative;
	z-index:11;
	background:#fff;
    top: 0px;
    left: 0px;
}
.topNav {
	background:url(../images/topNavLeft.png) left no-repeat;
	width:980px;
	height:40px;
	position:absolute;
	top:0px;
	left:-10px;
	padding-left:10px;
	z-index:10;
}
.topNavRight, .topNavRight2 {
	background:url(../images/topNavRight.png) right no-repeat;
	width:970px;
	height:40px;
	padding-right:10px
}
.topNavRight2 {
	background:url(../images/topNavRight.png) right no-repeat;
	width:976px;
	height:40px;
	padding-right:7px
}
.topNavCont, .topNavCont2 {
	background:#5a0903;
	width:970px;
	height:35px;
	text-align:left;
	color:#FFF;
	padding-top:5px;
	
}
.topNavCont2 {
	width:976px;
	overflow: hidden !important; 
}
.SlideShow {
	height:210px;
	width:970px;
	background:#CCC;
	position:absolute;
	top:41px;
	left:0px;
	z-index:-9;
}
.botNav {
	background:url(../images/topNavLeft.png) left no-repeat;
	width:983px;
	height:40px;
	position:absolute;
	bottom:0px;
	left:-10px;
	padding-left:7px;
	z-index:8;
	
}
.topNavCont2 ul {
	width:976px;
	margin:0px;
	padding:0px
}
.topNavCont2 ul li {
	display:block;
	float:left;
	height:30px;
	text-align:center;
	font:normal normal 13px Verdana, Geneva, sans-serif
}
.topNavCont2 ul li a {
	display:block;
	height:24px;
	width:100%;
	padding-top:6px;
	color:#FFF
}
.topNavCont2 ul li a:hover {
	text-decoration:none;
	color:#5a0903
}

/* Frame */

#frame {
	background:#fff url(../images/frameBack.png) right top repeat-y ;
	min-height:382px;
	max-height:none;
	overflow:auto;
	width:970px;
	text-align:left
}
#frame1 {
	background:#fff right top repeat-y ;
	min-height:382px;
	max-height:none;
	overflow:auto;
	width:970px;
	text-align:left
}
.leftPane {	
	float:left;
	width:700px;
}
.leftPane1 {	
	float:left;
	width:970px;
}
.alertArea {
	background:#fffca6 url(../images/alertLeft.png) left bottom no-repeat;
	width:964px;
	height:30px;
	padding-left:6px
}
.alertAreaCont {
	background:#fffca6;
/*	width:970px;*/
	height:24px;
	border-bottom:solid 2px #f4c900;
	padding-top:4px;
}
.alertAreaCont marquee {
	height:17px;
	padding-top:3px;
	color:#000;
	font:normal normal 12px Arial, Helvetica, sans-serif;
}
.marquee a{
	color:#600;
	text-decoration:none
}
.content {
	padding:0px 17px 10px 10px;
}
.welNote {
	line-height:160%
}



.rightPane {	
	float:left;
	width:270px;
	position:relative;
}
.header {
	width:217px;
	height:21px;
	position:absolute;
	background:#ffeb8e url(../images/announIcon.png) left top no-repeat;
	top:0px;
	left:-4px;
	padding-left:57px;
	font:normal bold 14px Arial, Helvetica, sans-serif;
	padding-top:13px;
	color:#00b7ff;
}
.announ {
	position:relative;
	width:252px;
	padding:40px 10px 0px 8px;
	text-align:justify;
	font-size:12px
}
.announ .date {
	position:relative;
	width:152px;
	padding:3px 0px 0px 15px;
	text-align:justify;
	font:normal bold 12px Arial, Helvetica, sans-serif;
	height:17px;
	left:-15px;
	background:url(../images/annouDate.png) left top no-repeat; 
	margin-bottom:7px
}
.more {
	display:block;
	text-align:right;
	color:#c00;
	font-size:12px;
	margin:3px 0px 5px 
}

/* Footer */

#foot {
	width:965px;
	height:30px;
	background:#5a0903 url(../images/footLeft.png) left bottom no-repeat;
	padding-left:5px
}
.footRight {
	width:960px;
	height:24px;
	background:#5a0903 url(../images/footRight.png) right bottom no-repeat;
	padding-right:5px;
	padding-top:6px;
	text-align:center;
	font:normal normal 12px Arial, Helvetica, sans-serif;
	color:#999
}
.footRight a {
	color:#eee;
	padding:0px 15px
}


/* Extra's */

.floatL {
	float:left;	
}
.floatR {
	float:right;	
}
.marR10 {
	margin-right:10px	
}
.marLR3 {
	margin-right:3px;
	margin-left:3px
}
.padT18 {
	padding-top:18px
}
.padT4 {
	padding-top:4px
}
.padT3 {
	padding-top:3px
}
.font13 {
	font-size:13px;
}
.font12 {
	font-size:12px;
}
.fontN {
	font-weight:normal
}
.disBlock {
	display:block	
}
.center {
	text-align:center	
}
.font11 {
	font-size:11px;	
}
.font11_red{
font:normal normal 12px Arial, Helvetica, sans-serif;
color:#5a0903;
}
.font11_black {
font:normal normal 12px Arial, Helvetica, sans-serif;
color:#000000;
}

.colWhite {
	color:#FFF
}
.justify {
	text-align:justify	
}

/* waste */

.one, .two, .three{
	width:181px;
	background:#3798b8;
	margin-left:3px;
	margin-right:3px
}
.two {
	
}
.three {
	
	
}
.rightArrow {
	width:28px;
	margin-left:3px
}
.leftArrow {
	width:28px;
	margin-right:3px
}

/* headings */

h1 {
	color:#09c;
	margin:15px 0px 10px;
	font:normal bold 18px Arial, Helvetica, sans-serif
}
h2 {
	color:#3cf;
	margin:15px 0px 10px;
	font:normal bold 16px Arial, Helvetica, sans-serif
}

/* Widths */

.width48p {
	width:48%	
}
.lineHeight150 {
	line-height:150%
}

/* midNav */

.belt{
position: absolute; 
left: 100;
top: 5;
overflow: hidden !important; 
width:918px;
height:35px;

}
.panel{
float: left; 
overflow: hidden; 

}
/* midNav */
.pad5{
padding-left:5px;
}
.padT10 {
	padding-top:10px	
}